home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / misc-part2 / 13156 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: coranto.ucs.mun.ca!bmontgom
  2. From: bmontgom@morgan.ucs.mun.ca (Byron Montgomerie)
  3. Newsgroups: comp.sys.amiga.misc,comp.sys.amiga.advocacy,comp.sys.amiga.games
  4. Subject: Re: End of the world?? Bye bye...
  5. Followup-To: comp.sys.amiga.misc,comp.sys.amiga.advocacy,comp.sys.amiga.games
  6. Date: 18 Apr 1996 17:51:55 GMT
  7. Organization: St. John's, NFLD, Canada
  8. Message-ID: <4l5vfr$qfj@coranto.ucs.mun.ca>
  9. References: <kimmie-1204960336210001@overman.demon.co.uk> <4kqcoj$are@coranto.ucs.mun.ca> <wmiles-1504961452250001@165.112.80.205>
  10. NNTP-Posting-Host: plato.ucs.mun.ca
  11. X-Newsreader: TIN [version 1.2 PL2]
  12.  
  13. Walter Miles (wmiles@pop.cc.nih.gov) wrote:
  14. : > 10 print "Goodbye Cruel World"
  15. : > 20 goto 10
  16. : > 
  17. : > >-- 
  18. : > >Kim F Ong
  19. : > ><kimmie@overman.demon.co.uk>
  20. : > >http://www.ucl.ac.uk/~zcwakfo
  21. : > 
  22. : > Or perhaps with VISCorp
  23. : > 
  24. : > 10 print "Amiga Rennaisance"
  25. : > 20 goto 10
  26.  
  27. : I think this is probably not a simple infinite loop.  It may be
  28. : one of those link-reversing tree traversals or something:-) :-)
  29.  
  30. Heh. :)  How about this?
  31.  
  32. 10 while (amiga.owner != Microsoft)
  33. 15 {
  34. 20    amiga.owner = amiga.owner.next;
  35. 20    printf("We are going to make a new super amiga");
  36. 30    Sleep(100000000000);
  37. 35 }
  38.  
  39. Regards,
  40.  
  41. BM
  42.  
  43.